home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June / DPPCPRO0605A.ISO / Editorial / Programming with Delphi 2005 / Delphi 2005 1 / explorer / exp.dfm < prev    next >
Encoding:
Text File  |  2005-02-23  |  1.0 KB  |  48 lines

  1. object Form1: TForm1
  2.   Left = 0
  3.   Top = 0
  4.   Width = 434
  5.   Height = 597
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object ShellTreeView1: TShellTreeView
  17.     Left = 0
  18.     Top = 0
  19.     Width = 121
  20.     Height = 563
  21.     ObjectTypes = [otFolders]
  22.     Root = 'rfDesktop'
  23.     ShellListView = ShellListView1
  24.     UseShellImages = True
  25.     Align = alLeft
  26.     AutoRefresh = False
  27.     Indent = 19
  28.     ParentColor = False
  29.     RightClickSelect = True
  30.     ShowRoot = False
  31.     TabOrder = 0
  32.   end
  33.   object ShellListView1: TShellListView
  34.     Left = 121
  35.     Top = 0
  36.     Width = 305
  37.     Height = 563
  38.     ObjectTypes = [otFolders, otNonFolders]
  39.     Root = 'rfDesktop'
  40.     ShellTreeView = ShellTreeView1
  41.     Sorted = True
  42.     Align = alClient
  43.     ReadOnly = False
  44.     HideSelection = False
  45.     TabOrder = 1
  46.   end
  47. end
  48.